home *** CD-ROM | disk | FTP | other *** search
- ;------------------------------------------------------------------------------
- ; .ss.
- ; `²²'
- ; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
- ; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
- ; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
- ; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
- ; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
- ; .sS²°$$$²²°"' d²°'
- ; .$$² .$$'
- ; $$$.,d$$'
- ; `²S$$S²'
- ;------------------------------------------------------------------------------
- ; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
- ;------------------------------------------------------------------------------
- ; PPE 2.OO (plain) - Analysis ON - Postprocessing ON
- ;------------------------------------------------------------------------------
-
- String STRING002
- String STRING003
-
- ;------------------------------------------------------------------------------
-
- GetUser
- If (Psa(1) == 1) Goto LABEL001
- End
- :LABEL001
- Cls
- PrintLn "@X07You can now enter an @X0FALIAS@X07. This `alias' will go into effect when"
- PrintLn "@X0F @X07you enter an area that allows them. When you leave that area,"
- PrintLn "@X0F @X07your `real' name is restored."
- PrintLn "You are probably already using a handle to call here. This `alias'"
- PrintLn " is, in effect, a @X0FSECOND @X07handle."
- PrintLn ""
- PrintLn "You do @X0FNOT @X07have to choose an alias if you don't want one."
- PrintLn "You can only chose @X0FONE @X07Alias. That alias is active in @X0FALL @X07alias bases."
- PrintLn ""
- PrintLn "Currently, the only base you can use an alias in is the @X0FFLAMING @X07base."
- PrintLn " You may not wish others to `know' who you are in that base."
- PrintLn ""
- PrintLn "Your @X0DCURRENT@X07 Alias is @X0D", U_Alias
- PrintLn ""
- InputStr "Would you like to choose or change your alias (Y/N)", STRING003, 12, 1, "YN", 8
- If (STRING003 == "N") End
- PrintLn ""
- Input "@X0FALIAS @X07name (Enter=@X0FCURRENT @X07name) ", STRING002
- U_Alias = STRING002
- PutUser
- End
-
- ;------------------------------------------------------------------------------
- ;
- ; Usage report (before postprocessing)
- ;
- ; ■ Statements used :
- ;
- ; 3 End
- ; 1 Cls
- ; 1 Goto
- ; 1 Let
- ; 15 PrintLn
- ; 2 If
- ; 1 Input
- ; 1 GetUser
- ; 1 PutUser
- ; 1 InputStr
- ;
- ;
- ; ■ Functions used :
- ;
- ; 2 ==
- ; 1 Psa()
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Analysis flags : W
- ;
- ; W - Write user ■ 5
- ; Program writes a user record. Although this may be normal for a
- ; User Editor, it may also be a way to modify an account level.
- ; ■ Search for : PUTUSER
- ;
- ;------------------------------------------------------------------------------
- ;
- ; Postprocessing report
- ;
- ; 0 For/Next
- ; 0 While/EndWhile
- ; 0 If/Then or If/Then/Else
- ; 0 Select Case
- ;
- ;------------------------------------------------------------------------------
- ; AEGiS Corp - Break the routines, code against the machines!
- ;------------------------------------------------------------------------------
-